EasyUDPSocket.Register Method

Registers GroupName as an identifier for messages sent by SendMessageToGroup. GroupName can be any string.

Syntax

EasyUDPSocket.Register GroupName


Parameters

GroupName

String


REALbasic will map it to a valid Class D IP address. Class D IP addresses are in the range: [224.0.0.0 to 239.255.255.255]. For example, you can call Register("My Cool App"), REALbasic will hash that to a valid Class D IP address. However, if you use a valid Class D IP address, we will use that without modifications.